public marks

PUBLIC MARKS from "Xavier Lacot" with tags blog & php

2012

Crazy Idea #1: Converting My Blog Posts In Audio Files

William Durand exposes how to create audio files from blog posts, using the OSX "say" command line tool. A simple idea and a nifty shell script!

2010

PHP compiler performance - PHP Classes blog - PHP Classes

A first benchmark of the main PHP compilers. Where HipHop PHP seems to perform well, but not at a tremendous level as expected. The benchmarked PHP code is only non-object code.

2008

PHP Code Conventions mit CodeSniffer und Subversion » Beitrag » Ronny's Blog

by 1 other
A simple guide on how to setup php code validation as a subversion pre-commit hook.

2007

Medieval Programming » Blog Archive » Better Performance patch for Symfony 1.0.x and Propel 1.2

I found the sfBuilders that are responsible for stripping the comments from the generated propel classes and also saw that there is a addIncludes parameter in propel.ini. Lets reuse that and modify the Builders to strip the inline includes and requires. I admit this is a tiny step, but some propel users are desperately searching for performance tweaks (as I am as well) so I hope this could be of use. I send this patch for inclusion in symfony 1.1.

sfPropelZSLSearchPlugin: Die Integration von Lucene in Symfony - Christoph Hautzinger's Blog

Letzte Woche fand sich im Symfony Blog (A week of symfony #34 (20->26 August 2007)) die Ankündigung eines meiner Meinung nach sehr coolen Plugins - dem sfPropelZSLSearchPlugin: Es integriert die PHP Portierung von Apaches Lucene aus dem Zend Framework in Symfony.